home *** CD-ROM | disk | FTP | other *** search
/ Games of Daze / Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso / x2ftp / msdos / libs / 3dvect39 / fade.ext < prev    next >
Encoding:
Text File  |  1994-10-30  |  1.3 KB  |  43 lines

  1. ;░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
  2. ;
  3. ; Filename     : 3d.ext
  4. ; Included from: Any program which requires data from 3D1.ASM, 3D2.ASM, 3D3.ASM
  5. ; Description  : Externals for 3D1.ASM, 3D2.ASM, 3D3.ASM
  6. ;
  7. ; Written by: John McCarthy
  8. ;             1316 Redwood Lane
  9. ;             Pickering, Ontario.
  10. ;             Canada, Earth, Milky Way (for those out-of-towners)
  11. ;             L1X 1C5
  12. ;
  13. ; Internet/Usenet:  BRIAN.MCCARTHY@CANREM.COM
  14. ;         Fidonet:  Brian McCarthy 1:229/15
  15. ;   RIME/Relaynet: ->CRS
  16. ;
  17. ; Home phone, (905) 831-1944, don't call at 2 am eh!
  18. ;
  19. ; Send me your protected mode source code!
  20. ; Send me your Objects!
  21. ; But most of all, Send me a postcard!!!!
  22. ;
  23. ;░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
  24.  
  25.          extrn _slidebytes:near
  26.          extrn _slidewords:near
  27.          extrn _fade_all:near
  28.          extrn _wait_for_fade:near
  29.          extrn _fade_palette:near
  30.          extrn _fade_palette_read:near
  31.          extrn _get_palette:near
  32.          extrn _put_palette:near
  33.          extrn _stop_fade:near
  34.  
  35.          extrn _palette1:byte
  36.          extrn _palette2:byte
  37.          extrn _sourcepal:dword
  38.          extrn _destpal:dword
  39.          extrn _fadestep:dword
  40.          extrn _fadestatus:byte
  41.          extrn _default_palette:byte
  42.  
  43.